home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-08-10 | 604 b | 22 lines | [TEXT/MACA] |
- Settings File = GEnie-upl
- Script Name = Set DL List
- Command Key =
- F-key =
- Menu = NO
- Button = NO
-
- 1 Open Capt. File "DL Files List"
- 2 Set Variable MCount from Expression "=0"
- 3 Repeat
- 4 Set Variable Mcount from Expression "=Mcount+1"
- 5 Set Variable MFileName from Dialog Box "='File# ',MCount,' to be Downloaded...^MPlease Enter File Name / Number :'"
- 6 If Expression "=Length(MFileName)=0"
- 7 Leave
- 8 End If
- 9 Send Local to File "=MFileName,'^M'"
- 10 Until Expression "=Mcount=99"
- 11 Capture Off
- 12 If Expression "=Mcount=1"
- 13 Abort Script
- 14 End If
-